Technote Number: 1165273
Problem:
This issue was reported to Lotus Software Quality Engineering and has been
addressed in Notes Domino 6.5.1:
Excerpt from the Lotus Notes and Domino Release 6.5.1 MR fix list (available at
http://www.ibm.com/developerworks/lotus/):
Design
SPR# RCE5MU6MM - Error "Font size must be between 1 and 250, or
STYLE_NO_CHANGE" incorrectly received when using a scheduled agent. This
problem has been fixed in 6.5.1.
Workaround:
Use the LotusScript Cint function to convert the desired value to an Integer
during the assignment. For example:
rtstyle.fontsize = Cint(8)
or
rtstyle.fontsize = Cint(IntegerVariable) More >
|  |
|
|
|
|